In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentConverter / HTMLCustomHTTPHeaders Property

HTMLCustomHTTPHeaders Property (GdPictureDocumentConverter)

In This Topic
Syntax
'Declaration

 

Public Property HTMLCustomHTTPHeaders As Dictionary(Of String,String)
public Dictionary<string,string> HTMLCustomHTTPHeaders {get; set;}
public read-write property HTMLCustomHTTPHeaders: Dictionary; 
public function get,set HTMLCustomHTTPHeaders : Dictionary
public: __property Dictionary<string*,string*>* get_HTMLCustomHTTPHeaders();

public: __property void set_HTMLCustomHTTPHeaders( 

   Dictionary<string*,string*>* value

);
public:

property Dictionary<String^,String^>^ HTMLCustomHTTPHeaders {

   Dictionary<String^,String^>^ get();

   void set (    Dictionary<String^,String^>^ value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentConverter
GdPictureDocumentConverter Members